home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #10 / Software USA Volume 4.10.iso / mac / Educational / Googolator / Inputs / intro.run < prev    next >
Text File  |  1996-09-28  |  411b  |  10 lines

  1. "NOTE: Currently only integer arithmetic is supported; real numbers can be"
  2. "typed in but they'll be truncated."
  3. ""
  4. "   Example commands:                         Example expressions:"
  5. ""
  6. "   in 16      (input hexadecimal numbers)    (1+2-3)*4   (simple stuff)"
  7. "   out 2      (output binary numbers)        3^999       (exponentiation)"
  8. "   run test   (get input from test.run)      1000!       (factorial)"
  9. ""
  10.